home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.6 KB | 60 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Stopwatch
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = StopWatch.tiff
- LOCAL_RESOURCES = ClientInspector.nib ExpenseEditor.nib infoPanel.nib \
- Preferences.nib SessionEditor.nib Stopwatch.nib Help
-
- GLOBAL_RESOURCES = DetailTemplate.rtf ExpenseTemplate.rtf \
- InvoiceTemplate.rtf
-
- CLASSES = AppIconView.m BrowserViewMgr.m ClientInfo.m ClientInspector.m \
- ClientViewMgr.m ColCell.m Controller.m Expense.m ExpenseEditor.m \
- ExpenseViewMgr.m InfoPanel.m Invoice.m Preferences.m Session.m \
- SessionEditor.m SessionViewMgr.m SortList.m StopWatch.m \
- ViewMgr.m
-
- HFILES = AppIconView.h BrowserViewMgr.h ClientInfo.h ClientInspector.h \
- ClientViewMgr.h ColCell.h Controller.h createPath.h Expense.h \
- ExpenseEditor.h ExpenseViewMgr.h InfoPanel.h Invoice.h \
- Preferences.h Session.h SessionEditor.h SessionViewMgr.h \
- SortList.h StopWatch.h ViewMgr.h
-
- MFILES = Stopwatch_main.m
-
- CFILES = createPath.c
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app StopWatch.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-